JDBC - definition. What is JDBC
Diclib.com
قاموس على الإنترنت

%ما هو (من)٪ 1 - تعريف

JDBC type 1 driver; JDBC type 2 driver; JDBC type 3 driver; JDBC type 4 driver; JDBC-ODBC Bridge; JDBC Drivers; JDBC Driver

JDBC         
API FOR JAVA
JSR 54; JSR 114; JSR 221; Java Data Base Connectivity; Jdbc; JDBC
JDBC         
API FOR JAVA
JSR 54; JSR 114; JSR 221; Java Data Base Connectivity; Jdbc; JDBC
Java standard DataBase Connectivity (Reference: DB, Java, Sun, Borland, ODBC, API)
Java Database Connectivity         
API FOR JAVA
JSR 54; JSR 114; JSR 221; Java Data Base Connectivity; Jdbc; JDBC
<database, programming> (JDBC) Part of the {Java Development Kit} which defines an application programming interface for Java for standard SQL access to databases from Java programs. {jdbc/index.html">Home (http://java.sun.com/products/jdk/1.1/docs/guide/jdbc/index.html)}. JDBC/FAQ.html">FAQ (http://yoyoweb.com/Javanese/JDBC/FAQ.html). See also Open Database Connectivity. (1997-09-04)

ويكيبيديا

JDBC driver

A JDBC driver is a software component enabling a Java application to interact with a database. JDBC drivers are analogous to ODBC drivers, ADO.NET data providers, and OLE DB providers.

To connect with individual databases, JDBC (the Java Database Connectivity API) requires drivers for each database. The JDBC driver gives out the connection to the database and implements the protocol for transferring the query and result between client and database.

JDBC technology drivers fit into one of four categories.

  1. JDBC-ODBC bridge
  2. Native-API driver
  3. Network-Protocol driver (Middleware driver)
  4. Database-Protocol driver (Pure Java driver) or thin driver.